因为需要用到PhantomJs显示中文网页所以需要安装中字体,否则会显示方框。
字体可以在windows或其他网站找到,字体为ttf格式。
- 首先将字体文件拷贝到/usr/local/share/fonts目录下,可创建子目录
- 在字体目录下执行mkfontscale命令(如果没有此命令则需要安装)
- 在字体目录下执行mkfontdir命令(如果没有此命令则需要安装)
- 在字体目录下执行fc-cache -fv命令(显示successed则安装成功)
- 执行fc-list :zh-cn查看是否存在中文字体
注意:/usr/local/etc/fonts/fonts.conf或其他目录的fonts.conf中
<!– Font directory list –>下需要配置字体目录,如果存在则不需要
Example
<!– Font directory list –>
<dir>/usr/share/fonts</dir>
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
<dir>~/seeting/fonts</dir>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。